home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / steppenwolf_2_chapter_8.swf / scripts / DefineButton2_1788 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  160b  |  9 lines

  1. on(release){
  2.    set("/Variables:Attachement",_name.substr(4,1));
  3.    tellTarget("../../../")
  4.    {
  5.       gotoAndStop("Attachement");
  6.       play();
  7.    }
  8. }
  9.